Vapi Std Errors ResourceInUse
Vapi Std Errors ResourceInUse
The Vapi Std Errors ResourceInUse error indicates that the operation could not be completed because a resource is in use.
Examples:
- Trying to remove a VMFS datastore when the is a virtual machine registered on any host attached to the datastore.
- Trying to add a virtual switch if the physical network adapter being bridged is already in use.
Counterexamples:
- Trying to power off a virtual machine that is in the process of being powered on. The Vapi Std Errors ResourceBusy error would be used instead.
AllOf
This class requires all of the following:
JSON Example
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}